The ICMFrameTime structure is defined as follows:
struct ICMFrameTimeRecord {
Int64Bit value; /* time to display frame */
long scale; /* time scale */
void *base; /* reference to time base */
long duration; /* display duration */
Fixed rate; /* movie's playback rate */
};
| Previous | Chapter Contents | Chapter Top | Next |